// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Slightly Stoopid, Iration & Collie Buddz','Red Rocks Amphitheatre','Morrison, CO','Saturday','8/9/2025','5:30 PM','6972055','Slightly-Stoopid--Iration---Collie-Buddz-8-9-2025'],['Slightly Stoopid, Iration, Collie Buddz & Little Stranger','Ford Amphitheater - Colorado Springs','Colorado Springs, CO','Sunday','8/10/2025','5:30 PM','6972062','Slightly-Stoopid--Iration--Collie-Buddz---Little-Stranger-8-10-2025'],['Collie Buddz','Sunshine Theatre','Albuquerque, NM','Thursday','8/14/2025','8:00 PM','7096786','Collie-Buddz-8-14-2025'],['Collie Buddz','Marquee Theatre - AZ','Tempe, AZ','Friday','8/15/2025','7:00 PM','7097382','Collie-Buddz-8-15-2025'],['Collie Buddz','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Saturday','8/16/2025','8:00 PM','7206635','Collie-Buddz-8-16-2025'],['Collie Buddz','Nile Theater - CA','Bakersfield, CA','Sunday','8/17/2025','8:00 PM','7095316','Collie-Buddz-8-17-2025'],['Collie Buddz','The Hangar - Taproom','South Lake Tahoe, CA','Thursday','8/21/2025','7:00 PM','7095318','Collie-Buddz-8-21-2025'],['Collie Buddz','Mystic Theatre','Petaluma, CA','Friday','8/22/2025','8:00 PM','7095317','Collie-Buddz-8-22-2025'],['Collie Buddz','Felton Music Hall','Felton, CA','Saturday','8/23/2025','8:00 PM','7096348','Collie-Buddz-8-23-2025'],['Collie Buddz','Soundwell','Salt Lake City, UT','Wednesday','8/27/2025','8:00 PM','7096347','Collie-Buddz-8-27-2025'],['Collie Buddz','Knitting Factory Concert House - Boise','Boise, ID','Friday','8/29/2025','8:00 PM','7096142','Collie-Buddz-8-29-2025'],['Collie Buddz','The Showbox','Seattle, WA','Sunday','8/31/2025','8:30 PM','7095978','Collie-Buddz-8-31-2025']],'Collie Buddz','http://www.ticketnetwork.com/ticket/Collie-Buddz-events.aspx');